home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
demos
/
proj3011.exe
/
STFSETUP.IN_
< prev
next >
Wrap
INI File
|
1992-02-28
|
34KB
|
859 lines
[Shell Commands]
set-title "Microsoft Project Setup"
read-syms "General Variables"
detect "Detect Variables"
welcome = read-syms "Welcome Variables"
ui start WELCOME
ifstr $(DLGEVENT) == "CONTINUE"
ui pop 1
Init-System 1, $(IniFileName) ;;; Copy Disincentive's Get Name/Org
;; goto "get-dest" ;; fall through
else ;; $(DLGEVENT) == "EXIT"
set CurrentDialog = "welcome"
goto "quit"
endif
get-dest = read-syms "Get Path Variables"
set EditTextIn = $(DEST)
set EditFocus = "END"
ui start GETPATH
set DEST = $(EditTextOut)
set DEST+ = $(EditPathOut)
set WORKINGD = $(EditTextOut) ;set working dir same as dest
set WORKINGD+ = $(EditPathOut)
ifstr $(DLGEVENT) == "CONTINUE"
ui pop 1
ui start CHECKDRIVE
ifstr $(DRIVEOK) == "NO"
read-syms "Drive Error Variables"
ui start PROJMESSAGE
ui pop 1
goto get-dest
endif
ui start CHECKDIR
ifstr $(DIROK) == "NO"
read-syms "Dir Error Variables"
ui start PROJOPTMESSAGE
ui pop 1
ifstr $(PROCEED) == "NO"
goto get-dest
endif
else-ifstr $(DIROK) == "ROOTTYPE"
read-syms "Roottype Error Variables"
ui start PROJMESSAGE
ui pop 1
goto get-dest
endif
ui start OLDVERSCHECK
ifstr $(OLDERWINPROJ) == "YES"
read-syms "OLDVERS Error Variables"
ui start PROJOPTMESSAGE
ui pop 1
ifstr $(PROCEED) == "NO"
goto get-dest
endif
endif
ifstr $(WINVERS) == "3.0"
goto "pick-option"
endif
;; goto "get-workd" ;; fall through
else-ifstr $(DLGEVENT) == "BACK"
ui pop 1
goto "pick-option" ;isn't this actually forward
else ;; $(DLGEVENT) == "EXIT"
set CurrentDialog = "get-dest"
goto "quit"
endif
;; store away the destination directory.
set OLDEST = $(DEST)
get-workd = read-syms "Working Directory Variables"
set EditTextIn = $(DEST)
set EditFocus = "END"
ui start GETPATH
set WORKINGD = $(EditTextOut)
set DEST = $(WORKINGD)
set WORKINGD+ = $(EditPathOut)
ifstr $(DLGEVENT) == "CONTINUE"
ui pop 1
ifstr $(DEST) != $(OLDEST)
ui start CHECKDRIVE
ifstr $(DRIVEOK) == "NO"
read-syms "Drive Error Variables"
ui start PROJMESSAGE
ui pop 1
goto get-workd
endif
ui start CHECKDIR
ifstr $(DIROK) == "NO"
read-syms "Dir Error Variables"
ui start PROJOPTMESSAGE
ui pop 1
ifstr $(PROCEED) == "NO"
goto get-workd
endif
else-ifstr $(DIROK) == "ROOTTYPE"
read-syms "Roottype Error Variables"
ui start PROJMESSAGE
ui pop 1
goto get-workd
endif
endif
set DEST = $(OLDEST) ;; Restore the dest directory value
;; goto "pick-option" ;; fall through
else-ifstr $(DLGEVENT) == "BACK"
ui pop 1
goto "pick-option" ;isn't this acutally forward
else ;; $(DLGEVENT) == "EXIT"
set CurrentDialog = "get-workd"
goto "quit"
endif
pick-option = read-syms "Pick Option Variables"
set RadioDefault = $(ROptionCur)
ui start PICK
set ROptionCur = $(ButtonChecked)
ifstr $(DLGEVENT) == "CONTINUE"
ui pop 1
ifstr $(CUSTOM) == "YES"
ui start SETDEST
goto "custom"
else
set OPTIONS-PICKED = {ON,ON,ON,ON,ON,ON}
ui start SETALLDEST
ifstr $(SIZEERROR) == "YES"
read-syms "Size Error Variables"
ui start PROJMESSAGE
ui pop 1
goto custom
else
ifstr $(NUMDICTS) == "2"
getDictComp = read-syms "Get Dict Variables"
ui start GETDICTNAMES
ifstr $(ButtonChecked) == "1"
set DICT = $(DICT1)
else
set DICT = $(DICT2)
endif
ui pop 1
ifstr $(DLGEVENT) != "CONTINUE"
set CurrentDialog = "getDictComp"
goto "quit"
endif
endif
ui start PECTINFO
goto "inst"
endif
endif
else ;; $(DLGEVENT) == "EXIT"
set CurrentDialog = "pick-option"
goto "quit"
endif
custom = read-syms "Custom Variables"
set CheckItemsIn = $(OPTIONS-PICKED)
ifstr $(DIFFDRIVES) == "YES"
ifstr $(CUSTOM) == "YES"
ui start PROJMESSAGE
ui pop 1
endif
endif
read-syms "Size Error Variables"
startCust = ui start OPTIONSCUSTOM
ifstr $(DLGEVENT) == "CONTINUE"
ifstr $(SIZEERROR) == "YES"
ui start PROJMESSAGE
ui pop 1
goto startCust
endif
ui pop 1
ifstr(I) *($(OPTIONS-PICKED), 6) == "ON"
ifstr $(NUMDICTS) == "2"
getDict = read-syms "Get Dict Variables"
ui start GETDICTNAMES
ifstr $(ButtonChecked) == "1"
set DICT = $(DICT1)
else
set DICT = $(DICT2)
endif
ui pop 1
ifstr $(DLGEVENT) == "CONTINUE"
goto preset
else
set CurrentDialog = "getDict"
goto "quit"
endif
else
goto preset
endif
endif
preset = ui start PECTINFO
;; ui pop 1
;; goto next dialog ... fall through
else ;; $(DLGEVENT) == "EXIT"
set CurrentDialog = "custom"
goto "quit"
endif
inst = install "Install Script"
ifstr $(STF_INSTALL_OUTCOME) == "STF_SUCCESS"
ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
ui start REGISTERGRAPH
read-syms "Happy-Ending Message Variables"
ui start HAPPYENDING
ui pop 1
exit
else
read-syms "Exit-Success Message Variables"
endif
else-ifstr $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
read-syms "Exit-UserQuit Message Variables"
else ;; $(STF_INSTALL_OUTCOME) == "STF_FAILURE"
ifstr $(REGISTERED) == "YES"
ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
ui start REGISTERGRAPH
read-syms "Happy-Ending Message Variables"
ui start HAPPYENDING
ui pop 1
exit
else
read-syms "Exit-Success Message Variables"
endif
else ;; "STF_FAILURE" and Not REGISTERED
read-syms "Exit-Failure Message Variables"
endif
endif
ui start REGISTERGRAPH
ui start INFO1
ui pop 1
exit
quit = ui start QUIT
ifstr(i) $(DLGEVENT) == "CONTINUE"
ui pop 1
goto $(CurrentDialog)
else
exit
endif
; 1.44Mb file locations
[Source Media Descriptions]
1 = "Microsoft Project 3.0 Setup Disk", TAGFILE = stfsetup.ex_
2 = "Microsoft Project 3.0 Disk 2", TAGFILE = winproj.hl$
3 = "Microsoft Project 3.0 Disk 3", TAGFILE = graph.ex$
[Files 1] ;Microsoft Project
EXE = 1, WINPROJ.EX$, RENAME="WINPROJ.EXE", SIZE=1629568, DATE=1992-02-28, TIME=1806
1, WINPROJ.DL$, RENAME="WINPROJ.DLG", SIZE=251088, DATE=1992-02-28, TIME=278
3, DEWPROJ.EX$, RENAME="DEWPROJ.EXE", SIZE=108560, OVERWRITE=OLDER, DATE=1992-02-28, TIME=120
2, WINPROJ.HL$, RENAME="WINPROJ.HLP", SIZE=832242, DATE=1992-02-28, TIME=922
1, WINPROJ.INI, SIZE=1370, DEST=$(WORKINGD), OVERWRITE=NEVER, DATE=1992-02-28, !DECOMPRESS, TIME=2
1, VIEW.MPV, SIZE=70432, BACKUP="OLDVIEW.MPV", DEST=$(WORKINGD), DATE=1992-02-28, !DECOMPRESS, TIME=78
1, VIEW.MPV, RENAME="BACKUP.MPV", SIZE=70432, DEST=$(WORKINGD), DATE=1992-02-28, !DECOMPRESS, TIME=78
1, CONVERT.EX$, RENAME="CONVERT.EXE", SIZE=51500, DATE=1992-02-28, TIME=57
1, REGLOAD.EX$, RENAME="REGLOAD.EXE", DEST=$(STF_CWDDIR), SIZE=21504, TIME=4
3, WINPROJ.GR$, SIZE=1361, DEST=$(DEST), RENAME="WINPROJ.GRA", DATE=1992-02-28, TIME=2
;DLLs
2, COMMDLG.DL$, DEST=$(WinSysDir), RENAME="COMMDLG.DLL", SIZE=89152, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=99
2, DDEML.DL$, DEST=$(WinSysDir), RENAME="DDEML.DLL", SIZE=36864, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=41
2, OLECLI.DL$, DEST=$(WinSysDir), RENAME="OLECLI.DLL", SIZE=83456, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=92
2, OLESVR.DL$, DEST=$(WinSysDir), RENAME="OLESVR.DLL", SIZE=24064, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=27
1, SHELL.DL$, DEST=$(WinSysDir), RENAME="SHELL.DLL", SIZE=41600, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=46
2, SMALLE.FO$, DEST=$(WinSysDir), RENAME="SMALLE.FON", SIZE=26112, OVERWRITE=OLDER, DATE=1992-02-28, !VITAL, TIME=29
;online files
1, README.WRI, DATE=1992-01-13, SIZE=14464, DATE=1992-02-28, !DECOMPRESS, TIME=16
2, COMMANDS.WR$, RENAME="COMMANDS.WRI", SIZE=120104, DATE=1992-02-28, TIME=133
1, CONVERT.WR$, RENAME="CONVERT.WRI", SIZE=6656, DATE=1992-02-28, TIME=7
2, DDEINFO.WR$, RENAME="DDEINFO.WRI", SIZE=50560, DATE=1992-02-28, TIME=56
2, FIELDS.WR$, RENAME="FIELDS.WRI", SIZE=81920, DATE=1992-02-28, TIME=91
2, MACROS.WR$, RENAME="MACROS.WRI", SIZE=66688, DATE=1992-02-28, TIME=74
2, MPXFILE.WR$, RENAME="MPXFILE.WRI", SIZE=42496, DATE=1992-02-28, TIME=47
1, NETWORK.WRI, RENAME="NETWORK.WRI", SIZE=15488, DATE=1992-02-28, !DECOMPRESS, TIME=17
2, PLOTTERS.WR$, RENAME="PLOTTERS.WRI", SIZE=11520, DATE=1992-02-28, TIME=13
2, Q&A.WR$, RENAME="Q&A.WRI", SIZE=22144, DATE=1992-02-28, TIME=25
[Files 2] ;Online Tutorial
2, WPROJCBT.LE$, RENAME="WPROJCBT.LES", SIZE=1339248, DATE=1992-02-28, TIME=1483
2, WPROJCBT.CB$, RENAME="WPROJCBT.CBT", SIZE=116624, DATE=1992-02-28, TIME=129
2, CBTLIB3.DL$, RENAME="CBTLIB3.DLL", SIZE=16608, DATE=1992-02-28, TIME=18
2, CBTVIEW.MP$, RENAME="CBTVIEW.MPV", SIZE=44200, DATE=1992-02-28, TIME=49
2, CUCHLO.MP$, RENAME="CUCHLO.MPV", SIZE=44704, DATE=1992-02-28, TIME=50
2, TRACK.MP$, RENAME="TRACK.MPV", SIZE=45153, DATE=1992-02-28, TIME=50
2, VSPT0MV.MP$, RENAME="VSPT0MV.MPP", SIZE=19852, DATE=1992-02-28, TIME=22
2, VSPT1MV.MP$, RENAME="VSPT1MV.MPP", SIZE=8841, DATE=1992-02-28, TIME=10
2, VSPT2MV.MP$, RENAME="VSPT2MV.MPP", SIZE=11926, DATE=1992-02-28, TIME=13
2, VSPT3MV.MP$, RENAME="VSPT3MV.MPP", SIZE=6758, DATE=1992-02-28, TIME=7
2, VSPT4MV.MP$, RENAME="VSPT4MV.MPP", SIZE=18280, DATE=1992-02-28, TIME=20
2, VSPT5MV.MP$, RENAME="VSPT5MV.MPP", SIZE=4494, DATE=1992-02-28, TIME=5
2, VSPT6MV.MP$, RENAME="VSPT6MV.MPP", SIZE=16397, DATE=1992-02-28, TIME=18
2, VSPT7MV.MP$, RENAME="VSPT7MV.MPP", SIZE=14450, DATE=1992-02-28, TIME=16
2, VSPT8MV.MP$, RENAME="VSPT8MV.MPP", SIZE=14027, DATE=1992-02-28, TIME=16
[Files 3] ;PlanningWizards
2, PLANNING.WI$, RENAME="PLANNING.WIZ", SIZE=452058, DATE=1992-02-28, TIME=501
2, WPROJCBT.CB$, RENAME="WPROJCBT.CBT", SIZE=116624, DATE=1992-02-28, TIME=129
2, CBTLIB3.DL$, RENAME="CBTLIB3.DLL", SIZE=16608, DATE=1992-02-28, TIME=18
2, NEWPROJ.MP$, RENAME="NEWPROJ.MPV", SIZE=8180, DATE=1992-02-28, TIME=9
2, RESALLOC.MP$, RENAME="RESALLOC.MPV", SIZE=7971, DATE=1992-02-28, TIME=9
[Files 4] ;Sample Files
3, SAMPVIEW.WR$, RENAME="SAMPVIEW.WRI", DEST=$(DEST+)"LIBRARY", SIZE=54656, DATE=1992-02-28, TIME=61
3, SAMPPROJ.WR$, RENAME="SAMPPROJ.WRI", DEST=$(DEST+)"LIBRARY", SIZE=2560, DATE=1992-02-28, TIME=3
;Sample View Files
3, RESMGMT.MP$, RENAME="RESMGMT.MPV", DEST=$(WORKINGD), SIZE=74822, DATE=1992-02-28, TIME=83
3, RESMGMT.MP$, RENAME="RESMGMT.MPV", DEST=$(DEST+)"LIBRARY", SIZE=74822, DATE=1992-02-28, TIME=83
3, RESGRAPH.MP$, RENAME="RESGRAPH.MPV", DEST=$(WORKINGD), SIZE=71827, DATE=1992-02-28, TIME=80
3, RESGRAPH.MP$, RENAME="RESGRAPH.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71827, DATE=1992-02-28, TIME=80
3, COST.MP$, RENAME="COST.MPV", DEST=$(WORKINGD), SIZE=71859, DATE=1992-02-28, TIME=80
3, COST.MP$, RENAME="COST.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71859, DATE=1992-02-28, TIME=80
3, ROLLUP.MP$, RENAME="ROLLUP.MPV", DEST=$(WORKINGD), SIZE=69332, DATE=1992-02-28, TIME=77
3, ROLLUP.MP$, RENAME="ROLLUP.MPV", DEST=$(DEST+)"LIBRARY", SIZE=69332, DATE=1992-02-28, TIME=77
1, VIEW.MPV, RENAME="DEFAULT.MPV", DEST=$(DEST+)"LIBRARY", SIZE=70432, DATE=1992-02-28, !DECOMPRESS, TIME=78
3, EASY.MP$, RENAME="EASY.MPV", DEST=$(DEST+)"LIBRARY", SIZE=70935, DATE=1992-02-28, TIME=79
3, ENTRY.MP$, RENAME="ENTRY.MPV", DEST=$(DEST+)"LIBRARY", SIZE=72211, DATE=1992-02-28, TIME=80
3, PERTS.MP$, RENAME="PERTS.MPV", DEST=$(DEST+)"LIBRARY", SIZE=71768, DATE=1992-02-28, TIME=79
3, TRACKING.MP$, RENAME="TRACKING.MPV", DEST=$(DEST+)"LIBRARY", SIZE=75855, DATE=1992-02-28, TIME=84
;Sample project Files
3, AERO.MP$, RENAME="AERO.MPP", DEST=$(DEST+)"LIBRARY", SIZE=38518, DATE=1992-02-28, TIME=43
3, BUILD.MP$, RENAME="BUILD.MPP", DEST=$(DEST+)"LIBRARY", SIZE=19436, DATE=1992-02-28, TIME=17
3, DATABASE.MP$, RENAME="DATABASE.MPP", DEST=$(DEST+)"LIBRARY", SIZE=15681, DATE=1992-02-28, TIME=17
3, PRODUCT.MP$, RENAME="PRODUCT.MPP", DEST=$(DEST+)"LIBRARY", SIZE=24679, DATE=1992-02-28, TIME=27
3, PUBLISH.MP$, RENAME="PUBLISH.MPP", DEST=$(DEST+)"LIBRARY", SIZE=27653, DATE=1992-02-28, TIME=31
3, PUBLISH.MP$, RENAME="SAMPLE.MPP", DEST=$(WORKINGD), SIZE=27653, DATE=1992-02-28, TIME=31
3, TRAINING.MP$, RENAME="TRAINING.MPP", DEST=$(DEST+)"LIBRARY", SIZE=29991, DATE=1992-02-28, TIME=33
;Sample Macros
3, SAMPLES.WR$, RENAME="SAMPLES.WRI", DEST=$(DEST+)"SAMPLES.DDE", SIZE=34432, DATE=1992-02-28, TIME=38
;Analyzer VB application
3, ABOUTBOX.FR$, RENAME="ABOUTBOX.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=7506, DATE=1992-02-28, TIME=8
3, ANALYZER.EX$, RENAME="ANALYZER.EXE", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=45903, DATE=1992-02-28, TIME=50
3, ANALYZER.MA$, RENAME="ANALYZER.MAK", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=154, DATE=1992-02-28, TIME=1
3, GLOBAL.BA$, RENAME="GLOBAL.BAS", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=13328, DATE=1992-02-28, TIME=15
3, GREETING.FR$, RENAME="GREETING.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=7377, DATE=1992-02-28, TIME=8
3, LIST.FR$, RENAME="LIST.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=3753, DATE=1992-02-28, TIME=4
3, MAIN.FR$, RENAME="MAIN.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=12114, DATE=1992-02-28, TIME=13
3, TOPICLST.FR$, RENAME="TOPICLST.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=6304, DATE=1992-02-28, TIME=7
3, VBRUN100.DL$, RENAME="VBRUN100.DLL", DEST=$(WinDir), SIZE=271264, DATE=1992-02-28, TIME=300
;LateDate VB application
3, LATEDATE.EX$, RENAME="LATEDATE.EXE", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=24098, DATE=1992-02-28, TIME=27
3, LATEDATE.FR$, RENAME="LATEDATE.FRM", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=30850, DATE=1992-02-28, TIME=34
3, LATEDATE.MA$, RENAME="LATEDATE.MAK", DEST=$(DEST+)"SAMPLES.DDE\VB", SIZE=46, DATE=1992-02-28, TIME=1
;PERT Analysis Excel Macro
3, PROJPERT.MP$, RENAME="PROJPERT.MPV", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=43363, DATE=1992-02-28, TIME=48
3, PROJPERT.XL$, RENAME="PROJPERT.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=13168, DATE=1992-02-28, TIME=15
;Tracking Excel Macro
3, TRACKING.XL$, RENAME="TRACKING.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=26241, DATE=1992-02-28, TIME=29
;Cross Tab Excel Macro
3, PROJXTAB.XL$, RENAME="PROJXTAB.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=23324, DATE=1992-02-28, TIME=26
;Inflation Factors Excel Macro
3, INFLATE.MP$, RENAME="INFLATE.MPV", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=8714, DATE=1992-02-28, TIME=10
3, INFLATEA.XL$, RENAME="INFLATE.XLA", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=48007, DATE=1992-02-28, TIME=53
3, INFLATEM.XL$, RENAME="INFLATE.XLM", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=48003, DATE=1992-02-28, TIME=53
3, INFLATES.XL$, RENAME="INFLATE.XLS", DEST=$(DEST+)"SAMPLES.DDE\EXCEL", SIZE=5757, DATE=1992-02-28, TIME=6
;Table Word Macro
3, PRJTABLE.DO$, RENAME="PRJTABLE.DOT", DEST=$(DEST+)"SAMPLES.DDE\WORD", SIZE=6174, DATE=1992-02-28, TIME=7
[Files 5] ;MS Graph
3, GRAPH.EX$, SIZE=550912, RENAME="GRAPH.EXE", DATE=1992-01-09, OVERWRITE=OLDER, TIME=610
3, MSGRAPH.HL$, SIZE=297500, RENAME="MSGRAPH.HLP", DATE=1992-01-09, OVERWRITE=OLDER, TIME=330
[Spell Dll]
3, MSSPELL.DL$, RENAME="MSSPELL.DLL", SIZE=76800, DATE=1991-08-29, OVERWRITE=OLDER, TIME=85
[Dict 1]
3, MSSP_AM.LE$, RENAME="MSSP_AM.LEX", SIZE=176839, DATE=1991-04-02, OVERWRITE=OLDER, TIME=196
[Dict 2]
3, MSSP_BR.LE$, RENAME="MSSP_BR.LEX", SIZE=176298, DATE=1991-02-28, OVERWRITE=OLDER, TIME=195
[Install Script]
Set REGISTERED = "NO" ;variable to see if we have done the registration yet
CreateDir $(DEST)
CreateDir $(WORKINGD) ;might be same as Dest dir
ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
AddSectionFilesToCopyList "Files 1" $(STF_SRCDIR) $(DEST)
Endif
ifstr(I) *($(OPTIONS-PICKED), 2) == "ON"
AddSectionFilesToCopyList "Files 2" $(STF_SRCDIR) $(DEST)"\WPROJCBT.CBT"
Endif
ifstr(I) *($(OPTIONS-PICKED), 3) == "ON"
AddSectionFilesToCopyList "Files 3" $(STF_SRCDIR) $(DEST)"\WPROJCBT.CBT"
Endif
ifstr(I) *($(OPTIONS-PICKED), 4) == "ON"
AddSectionFilesToCopyList "Files 4" $(STF_SRCDIR) $(DEST)
Endif
ifstr(I) *($(OPTIONS-PICKED), 5) == "ON"
ifstr $(GRAPHPATH) != "NOCOPY"
CreateDir $(GRAPHPATH)
AddSectionFilesToCopyList "Files 5" $(STF_SRCDIR) $(GRAPHPATH)
endif
Endif
ifstr(I) *($(OPTIONS-PICKED), 6) == "ON"
ifstr $(SPELLCOPY) != "NOCOPY"
AddSectionFilesToCopyList "Spell Dll" $(STF_SRCDIR) $(SPELLPATH)
else
CreateDir $(SPELLPATH)
endif
ifstr $(DICT) == $(DICT1)
AddSectionFilesToCopyList "Dict 1" $(STF_SRCDIR) $(SPELLPATH)
else
AddSectionFilesToCopyList "Dict 2" $(STF_SRCDIR) $(SPELLPATH)
endif
Endif
CopyFilesInCopyList
set INI = $(DEST+)"winproj.ini"
ifstr(I) *($(OPTIONS-PICKED), 6) == "ON" ;;added to added spelling to win.ini
ifstr $(SpellIniEntry) == "NO"
CreateIniSection "WIN.INI" "MS Proofing Tools"
endif
; Remove the spell line from the winproj.ini in case it is an old one.
RemoveIniKey $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller"
ifstr $(DICT) == $(DICT1)
CreateIniKeyValue $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller" "Spelling 1033,0" O V
CreateIniKeyValue "WIN.INI" "MS Proofing Tools" "Spelling 1033,0" $(SPELLPATH)"\msspell.dll,"$(SPELLPATH)"\"$(DICT) O V
else
CreateIniKeyValue $(WORKINGD)"\WINPROJ.INI" "Microsoft Project" "Speller" "Spelling 2057,0" O V
CreateIniKeyValue "WIN.INI" "MS Proofing Tools" "Spelling 2057,0" $(SPELLPATH)"\msspell.dll,"$(SPELLPATH)"\"$(DICT) O V
endif
Endif
CreateIniKeyValue "WIN.INI" "Extensions" "mpp" $(DEST+)"winproj.exe ^.mpp" O V
CreateIniKeyValue "WIN.INI" "Extensions" "mpv" $(DEST+)"winproj.exe ^.mpv" O V
CreateIniKeyValue "WIN.INI" "Extensions" "mpc" $(DEST+)"winproj.exe ^.mpc" O V
CreateIniKeyValue "WIN.INI" "Extensions" "mpw" $(DEST+)"winproj.exe ^.mpw" O V
CreateIniKeyValue "WIN.INI" "Extensions" "mpx" $(DEST+)"winproj.exe ^.mpx" O V
ifstr(I) *($(OPTIONS-PICKED), 1) == "ON"
Close-System "Files 1", "EXE", $(DEST), "501", "500"
Set REGISTERED = "YES" ;we've done the registration now
ifstr $(WINVERS) == "3.0"
CreateIniKeyValue "WIN.INI" "fonts" "Small Fonts (VGA res)" "SMALLE.FON" O V
endif
CreateProgManGroup "Microsoft Project" ""
ShowProgManGroup "Microsoft Project" 1
ifstr $(WINVERS) == "3.0"
CreateProgManItem "Microsoft Project" "Microsoft Project" $(DEST+)"winproj.exe"
else
CreateProgManItem "Microsoft Project" "Microsoft Project,"$(DEST+)"winproj.exe,0,40,0,"$(WORKINGD) $(DEST+)"winproj.exe"
endif
CreateProgManItem "Microsoft Project" "Read Me" "write.exe "$(DEST+)"readme.wri"
CreateProgManItem "Microsoft Project" "Common Questions & Answers" "write.exe "$(DEST+)"Q&A.wri"
Endif
exit
[General Variables]
SPELLCOPY = "Yes" ;; Do we want to copy spell or not
ONSYMBOL = "on" ;; Internationalize this depending on language.
NUMDICTS = "2" ;; set to the number of dictionaries
DICT = "mssp_am.lex" ;; default dictionary.
DICT1 = "mssp_am.lex"
DICT2 = "mssp_br.lex"
COUNTRY1 = "1" ;; windows country code of dict 1
COUNTRY2 = "44" ;; windows country code of dict 2
; the above four are the names and country codes of the spell files.
STF_INSTALL_OUTCOME = "Nothing"
ContBut = "&Continue"
ExitBut = "E&xit"
BackBut = "&Back"
HelpBut = "&Help"
HelpTitle = "Microsoft Project 3.0 Setup Help"
HContBut = "OK"
QuitTitle = "Microsoft Project 3.0 Setup"
QuitText1 = "The Setup program is not complete. If you quit the Setup
program now, Microsoft Project 3.0 will not be installed.\n
\n
You can run the Setup program at a later time to complete
the installation of Microsoft Project.\n
\n
To continue installing Microsoft Project, choose the Resume button.\n\n
To quit the Setup program, choose the Exit button."
QContBut = "&Resume"
QExitBut = "E&xit"
ROptionCur = 1 ;; default for option
GRAPHMAJNUM = "3"
GRAPHMINNUM = "0"
SPELLMAJNUM = "1"
SPELLMINNUM = "0"
WINVERS = ""
DEST = C:\\WINPROJ ;; default for destination dir
DEST+ = C:\\WINPROJ\\ ;; synchronized with $(DEST) but ends in slash
;; name of the ini file. Shouldn't need to be internationalized.
IniFileName = "setup.ini"
;; date if the ini file. Used to see whether or not we have run setup before
IniFileDate = "1991-08-12"
[Detect Variables]
WinDir = "C:\WINDOWS\" ? DETCMD.DLL, GetWindowsDir
WinSysDir = "C:\WINDOWS\SYSTEM" ? DETCMD.DLL, GetWindowsSysDir
SpellIniEntry = "YES" ? DETCMD.DLL, DoesIniSectionExist "WIN.INI" "MS Proofing Tools"
[Welcome Variables]
WelcomeTitle = "Welcome to Microsoft Project 3.0 Setup"
WelcomeTxt1 = "This Setup program makes it easy for you to install Microsoft
Project 3.0 on your computer. Each Setup window contains
basic instructions for completing a step in the installation
process."
WelcomeTxt2 = "\nTo install Microsoft Project 3.0 on your computer, choose
the Continue button."
WelcomeTxt3 = "To quit the Setup program at any time, choose the Cancel
Setup button. Whenever a Setup window displays a Help
button, you can choose the Help button for more information."
FirstCDText = "Type your full name in the Name box. You can also
type the name of your company in the Company box, if you
are using this product for business purposes. The Setup
program uses these names for subsequent installations of
Microsoft Project."
SecondCDText = ""
STF_BACK_ENABLED = "OFF"
[Get Path Variables]
SPELLPATH = "\\MSAPPS\PROOF"
GRAPHPATH = "\\MSAPPS\MSGRAPH"
ExitBut = "Cance&l Setup"
GetPTitle = "Microsoft Project Installation Location"
GetPLabel = "L&ocation:"
GetPText1 = "Setup is ready to install Microsoft Project files in the
directory displayed in the\n
Location box."
GetPText2 = "To accept the suggested location, choose the Continue button.
To change the suggested location, press the BACKSPACE key to delete characters,
type the name of the drive and directory where you want to install Microsoft Project
in the Location box, and then choose the Continue button."
GetPathMessBoxTitle = "Microsoft Project 3.0 Setup"
GetPathMessBoxText = "The location you entered is not a valid pathname."
HelpTitle = "Help for Installation Location"
HelpText1 = "Setup suggests you install Microsoft Project in the directory\n
where an earlier version of Microsoft Project exists or in the\n
C:\WINPROJ directory.\n
\n
To change the installation location for Microsoft Project on\n
your hard disk, type a drive letter (usually C), a : (colon),\n
a \ (backslash), and then the name of the directory where you\n
want to install Microsoft Project. For example, type C:\WINPROJ.\n
\n
If you are not sure where you want to install Microsoft Project,\n
choose the Continue button to accept the suggested location."
STF_BACK_ENABLED = "NO"
[Working Directory Variables]
GetPTitle = "Working Directory for Microsoft Project"
GetPLabel = "&Working Directory:"
GetPText1 = "Please enter a working directory for Microsoft Project. If you are
not sure which directory to use as your working directory,
choose the Continue button to accept the suggested location."
GetPText2 = "\n
To change the suggested location, press the BACKSPACE
key to delete characters, type the name of the drive
and directory you want to use as your working directory
for Microsoft Project in the Working Directory box,
and then choose the Continue button."
GetPathMessBoxTitle = "Microsoft Project 3.0 Setup"
GetPathMessBoxText = "The location you entered is not a valid pathname."
HelpTitle = "Help for Working Directory"
HelpText1 = "A working directory is the directory where Microsoft
Project will look for files when it starts.\n
\n
Setup suggests you use the same directory in which you installed
Microsoft Project as your working directory.\n
\n
To change the working directory for Microsoft Project,
type a drive letter (usually C), a : (colon), a \ (backslash),
and then the name of the directory you want as your
working directory in the Working Directory box. For example, type C:\WINPROJ.\n
\n
If you are not sure which directory to use as your working directory,
choose the Continue button to accept the suggested location."
STF_BACK_ENABLED = "NO"
[Pick Option Variables]
CUSTOM = ""
TOTALWINSIZE = "1375"
TOTALOTHERSIZE = "7450"
APPWINSIZE = "295"
APPREGSIZE = "3370"
SIZEERROR = ""
DIFFDRIVES = ""
RadioTitle = "Installation Options"
RadioText1 = "For a complete installation of all Microsoft Project features, choose the Complete
Installation button."
RadioText2 = "If you only want to install part of Microsoft Project to save space on
your hard disk, choose the Custom Installation button."
CompBut = "&Complete Installation"
CustBut = "C&ustom Installation"
HelpText1 = "To install all of the Microsoft Project features, choose
the Complete Installation button.\n
\n
To install selected Microsoft Project features, choose the
Custom Installation button. The Setup program displays the Microsoft
Project Custom Install Options table. You can select or clear the
options you want."
STF_BACK_ENABLED = "NO"
OptionsGreyed = {}
[Get Dict Variables]
RadioTitle = "Dictionary Options"
RadioText1 = "Please select the dictionary you want Microsoft Project to
use as the spelling checker for your project files."
RadioText2 = ""
RBut1 = "&American English Dictionary"
RBut2 = "&British English Dictionary"
ContBut = "&Continue"
ExitBut = "Cance&l Setup"
HelpText1 = "The Microsoft Project spelling checker feature checks the
spelling of terms in your project files.\n\n
You can install either the American English
Dictionary or the British English Dictionary. Microsoft
Project can use either dictionary as a reference for checking
the spelling in your files."
STF_BACK_ENABLED = "NO"
OptionsGreyed = {}
[Size Error Variables]
MBoxTitle = "Not Enough Free Disk Space"
MessageText1 = "There is not enough free disk space for Setup to
continue with the installation. Clear some
of the selected options or free up disk space,
and then run the Setup program again."
MessageText2 = ""
[Drive Error Variables]
MBoxTitle = "Setup Error"
MessageText1 = "Setup cannot install Microsoft Project on the drive you
entered. Please specify a valid drive letter."
MessageText2 = ""
[Shelldll Error Variables] ; This error should never occur
MBoxTitle = "Setup Error"
MessageText1 = "Setup cannot find the shell.dll file which is needed for the Setup program.\n
For instructions on installing the shell.dll file please phone
Microsoft Project Product Support at the number listed in
the Microsoft Project User's Reference. "
MessageText2 = ""
[Roottype Error Variables]
MBoxTitle = "Setup Error"
MessageText1 = "Setup cannot install Microsoft Project in the directory you entered.
Please specify a valid directory."
MessageText2 = ""
[Dir Error Variables]
MBoxTitle = "Directory Does Not Exist"
MessageText1 = "The directory you entered does not exist."
MessageText2 = "Do you want Setup to create the directory?"
MContBut = "&Yes"
MExitBut = "&No"
[OLDVERS Error Variables]
MBoxTitle = "Previous Version of Microsoft Project"
MessageText1 = "The Setup program has detected an existing version of Microsoft Project
in the installation directory.\n
\n
To overwrite the Microsoft Project program files in the installation
directory with the Microsoft Project 3.0 program files, choose the
Continue button."
MessageText2 = "If you want to keep your existing version of Microsoft Project,
choose the Change Directory button, and then enter a different
installation directory. You will want to keep your previous version
of Microsoft Project if you use Resource Sharing so that you can
convert your files for use with Microsoft Project 3.0."
MContBut = "&Continue"
MExitBut = "Change &Directory"
[Custom Variables]
MessageText1 = "The Setup program needs to install some files to your Windows
directory, but it has detected that the Windows
location is on a different hard disk than the one
on which you chose to install Microsoft Project."
MessageText2 = "The next Setup option will show you the space required on
each of these hard drives."
MBoxTitle = "Microsoft Project 3.0 Setup"
OPTIONS-PICKED = {ON, ON, ON, ON, ON,ON}
Size-List = {3665,1685,590,1810,830,250}
ChkBoxTitle = "Custom Installation Options"
CheckBox1 = "&Microsoft Project"
CheckBox2 = "&Tutorial"
CheckBox3 = "&PlanningWizards"
CheckBox4 = "Sample &Files"
CheckBox5 = "Microsoft &Graph"
CheckBox6 = "&Spelling Checker"
ChkBoxText1 = "Microsoft Project Custom Installation Options"
ChkBoxText2 = "Select the options you want to install, and then choose
the Install Now button."
SpaceRequired = "Space Required:"
SpaceAvail = "Space Available:"
ContBut = "&Install Now"
ExitBut = "Cance&l Setup"
Features = "Options:"
FileSizes = "File Sizes:"
HelpTitle = "Help for Custom Installation"
HelpText1 = "You can perform a complete installation of Microsoft Project, or a
partial one. The Setup program lists the Microsoft Project options
you can choose. Not installing certain features will save disk
space, however you will lose functionality. It is recommended that
you perform a complete installation of Microsoft Project.\n
\n
To create space on your hard disk, you can choose the Cancel Setup
button, remove other files from your hard disk, run Setup again, and
choose the Complete Installation button, or select fewer Microsoft
Project features by clearing the check box next to the options you
don't want to install, and then choose the Install Now button."
OptionsGreyed = {}
[Exit-Success Message Variables]
InfoTitle = "Microsoft Project 3.0 Setup"
InfoText1 = "\nSuccessful Microsoft Project 3.0 installation!\n
\n
Be sure to register by returning your Registration card today!
This will give you free phone support and reduced prices on
Microsoft Project upgrades and add-ons."
ContBut = "E&xit"
STF_BACK_ENABLED = "NO"
[Happy-Ending Message Variables]
LastText1 = "Successful Microsoft Project 3.0 installation!"
LastText2 = "Be sure to register by returning your Registration
card today! This will give you free phone support
and reduced prices on Microsoft Project upgrades
and add-ons."
LastText3 = "To apply changes made during setup, you should
restart Windows.\n
\n
Choose the Exit Setup button to return to Windows."
LContBut = "E&xit Setup"
LExitBut = "E&xit To Windows"
InfoTitle = "Microsoft Project 3.0 Setup"
[Exit-UserQuit Message Variables]
InfoTitle = "Microsoft Project 3.0 Setup"
InfoText1 = "\nMicrosoft Project is not properly installed.\n
You will need to run the Setup program again to install
Microsoft Project 3.0."
ContBut = "E&xit"
STF_BACK_ENABLED = "NO"
[Exit-Failure Message Variables]
InfoTitle = "Setup Error"
InfoText1 = "\nUnsuccessful installation...\n
\n
Please phone Microsoft Project Product Support at
the number listed in the Microsoft Project User's Reference."
ContBut = "E&xit"
STF_BACK_ENABLED = "NO"